home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / idvb / file_id.diz next >
Encoding:
Text File  |  1995-12-11  |  455 b   |  1 lines

  1. VBFindID is a small WinApp that can be used to determine the IDs of VB Controls (including Labels) during development of your VB Apps. Knowing the IDs before hand saves you from having to determine control IDs during run-time and allows you the flexibility to use several API calls during the Form_Load procedure without having to show the form and go through a series of SetFocus statements. Also, it's the only way I know of to get the IDs of VB labels.